DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class / OnCollectionChanging Method
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

In This Topic
    OnCollectionChanging Method
    In This Topic
    Raises the CollectionChanging event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanging( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanging( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
    See Also